home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / editor / assist17.lha / Docs / Commands < prev    next >
Text File  |  1992-09-02  |  2KB  |  35 lines

  1. Commands for Assist
  2. [] means not neccessary
  3.  
  4.  >Node node name       ;Set node                 i.e >Node "Author"
  5.  >Title                ;Set title for the node   i.e >Title "Hi there!"
  6.  >EndNode              ;Define end of the node   i.e >EndNode
  7.  >TOC node name        ;Define TableOfContents   i.e >Toc "Menus"
  8.  <Lphrase,nodename>    ;Defines a link to a node i.e <L"info","some_info">
  9.  <Vphrase,file>        ;Text file link           i.e <V"read me","a.doc">
  10.  <Rphrase,req>         ;Request..                i.e <R"me","I am|Mark">
  11.  <Ephrase,file>        ;AmigaDOS file link       i.e <E"program","C:Alfa">
  12.  <Pphrase,file>        ;Sound file link          i.e <P"welcome!","a.snd">
  13.  <Sphrase,file>        ;Picture file link        i.e <S"myself!","me.IFF">
  14.  >Font name[(size)]    ;Define font for node     i.e >Font Topaz.Font(8)
  15.  <UA>                  ;Undo all styles          i.e <UA>
  16.  <B>                   ;Turn bold on             i.e <B>
  17.  <UB>                  ;Turn bold off            i.e <UB>
  18.  <I>                   ;Turn italics on          i.e <I>
  19.  <U>                   ;Turn underline on        i.e <U>
  20.  <UI>                  ;Turn italics off         i.e <UI>
  21.  <UI>                  ;Turn underline off       i.e <UI>
  22.  >Index                ;Set that node as index   i.e >INDEX
  23.  >Help                 ;Set that node as help    i.e >Help
  24.  <DL>                  ;Draws a box              i.e <DL>
  25.  <Aphrase,script>      ;Executes an AREXX script i.e <A"Heddleyinfo","REXX:Hedddleyinfo.REXX">
  26.  <Cphrase,command>     ;Executes an AREXX commandi.e <C"message","Say Hi there!!">
  27.  <Iphrase,command>     ;Executes an internal command
  28.    i.e <I"Bye!!","QUIT">
  29.    Current supported internal commands are those that Assist support for AREXX
  30.    Look at the node 'AREXX support' of the file intro.help
  31.  
  32.  
  33. Node that the " character should be used and that all commands are not
  34. case sensitive.
  35.